home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precos 4.97 Computer 2000
/
Precos 4.97 Computer 2000.iso
/
mac
/
Info
/
5Networking
/
3COM
/
3C90XX.EXE
/
DISK1
/
UTILS
/
PATCH.SCR
< prev
next >
Wrap
Text File
|
1994-12-09
|
448b
|
21 lines
:* %VERv3 patch.scr v1.0b
:* ***************************************************************************
:* Look in the CONFIG.SYS file for EMM386
:*
moveto start
:loopemm386
find "device[ ]*=[ ]*{([a-z]:)?\\?([a-z0-9_.]+\\)*}emm386"
if error endemm386
set target @1@
if match "^rem" nextemm386
goto foundemm386
:nextemm386
moveto next
goto loopemm386
:foundemm386
write targ386.dat "@target@"
abort 0
:endemm386
abort 200